DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1SortDataCollection<T> Class / CanRemoveRange Method

In This Topic
    CanRemoveRange Method (C1SortDataCollection<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function CanRemoveRange( _
       ByVal startingIndex As Integer, _
       ByVal count As Integer _
    ) As Boolean
    public override bool CanRemoveRange( 
       int startingIndex,
       int count
    )

    Parameters

    startingIndex
    count
    See Also